Release 10.1A: OpenEdge Data Management:
SQL Reference
PRO_ARR_ESCAPE function
Adds required escape characters to a single element of a character array.
PRO_ARR_ESCAPEscans thechar_elementlooking for the separator character ( ; ) or an escape character ( ~ ). The function inserts an additional escape character when it finds any of these constructs:Syntax
char_elementThe character representation of an array element, without any leading or trailing separators. Must be data type
ExamplesNVARCHAR,orVARCHAR,orCHAR.The following example returns the string '
aa~;aa':
The following example returns the string '
aa~aa'. There is no change, since another special character does not follow the escape character:
The third example returns the string '
aa~~;aa':
Notes
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |